Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISheets Interface / Item Property / Item(Int32[]) Property
An array of integer values indicates the sheet indexes.


In This Topic
    Item(Int32[]) Property
    In This Topic
    Gets the specified ISheet objects by the zero based indexes.
    Syntax
    'Declaration
     
    
    Overloads ReadOnly Property Item( _
       ByVal ParamArray indexes() As Integer _
    ) As ISheets
    'Usage
     
    
    Dim instance As ISheets
    Dim indexes() As Integer
    Dim value As ISheets
     
    value = instance.Item(indexes)
    ISheets Item( 
       params int[] indexes
    ) {get;}

    Parameters

    indexes
    An array of integer values indicates the sheet indexes.

    Property Value

    The ISheet objects at the specified indexes.
    See Also